home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / flashbox.swf / scripts / DefineButton2_104 / BUTTONCONDACTION on(release, keyPress p).as
Encoding:
Text File  |  2006-09-05  |  150 b   |  11 lines

  1. on(release, keyPress "p"){
  2.    tellTarget("/pit")
  3.    {
  4.       gotoAndStop(4);
  5.    }
  6.    tellTarget("/music")
  7.    {
  8.       stopAllSounds();
  9.    }
  10. }
  11.